www.gusucode.com > 婚庆仪礼策划公司网站系统源代码 梦紫色 > 婚庆仪礼策划公司网站系统源代码 梦紫色/Admin/baoming.asp

    <% 
'##############################################
'#	  版权所有:武汉源道科技有限公司    	  #
'#	  源道科技-小型企业内容管理版(EVS)V2.0	  #
'#    源道科技 http://www.yondoor.com         #
'#                                            #
'#	  电子邮件 sadamu5431@163.com     		  #
'#	  QQ:277197621                            #
'#	  开发人:杨立                            #
'#                                            #
'##############################################
 %>
<!--#include file="conn.asp"-->
<!--#include file="inc/format.asp"-->
<!--#include file="inc/error.asp"-->
<!--#include file="check1.asp"-->

<title>报名管理</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%
dim founderr,errmsg
founderr=false
errmsg=""

if session("admin_flag")<>"into" then
  founderr=true
  errmsg=errmsg+"<br>"+"<li>你尚未登录,或者超时了!请<a href='login.asp' target='_parent' >重新登录</a>!"
  Call diserror()
  response.End
else%>
<STYLE type="text/css">
<!--
a:link       {text-decoration: none; font-family: AdobeSm; color: #000000 }
a:visited    {text-decoration: none; color: #000000 }
A:hover      {COLOR: green; FONT-FAMILY: "宋体,MingLiU"; TEXT-DECORATION: underline}
body         {font-size: 9pt; font-family: 宋体,MingLiU, Arial;color: #000000}
TD           {FONT-SIZE: 9pt; FONT-FAMILY: "宋体,MingLiU, Arial";color: #000000;table-layout:fixed;word-break:break-all}
p            {FONT-SIZE: 9pt; FONT-FAMILY: "宋体,MingLiU, Arial";color: #000000}
input        {FONT-SIZE: 9pt; FONT-FAMILY: "宋体,MingLiU, Arial";color: #000000}
body         {margin-top: 0; margin-bottom: 0;margin-left:0;margin-right:0; color: #000000}
select       {FONT-SIZE: 9PT;}
option       {FONT-SIZE: 9pt;}
textarea     {FONT-SIZE: 9pt;}
.STYLE1 {
	color: #009900;

}
.STYLE5 {color: #333333}
-->
</STYLE>


<table border="1" width="100%" id="table3" style="border-collapse: collapse" bordercolor="#C0C0C0" cellspacing="0" cellpadding="3">
		<tr>
			<td background="../images/topBar_bg.gif" align="center">			<b><span class="STYLE5">报名人管理</span>  </b></td>
		</tr>
        <tr>
			<td  background="../images/topBar_bg.gif" align="center">
            <table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#999999" bordercolordark="#ffffff" bgcolor="#F9F9F9">
      <tr>
        <td height="29" colspan="4" align="left" valign="top" bgcolor="#ebebeb">
          
         <%
		sql = "SELECT * FROM baoming  order by id desc"
		Set rs = Server.CreateObject("ADODB.RecordSet")
		rs.Open sql,conn,1,1%>
        <%if rs.eof then%>
        没有报名信息!
        <%else%>
        
        <table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#999999" bordercolordark="#ffffff" bgcolor="#F9F9F9">
          
          <tr>
            <td align="center" height="19" width="10%"><span class="STYLE5"><strong>姓名</strong></span></td>
            <td align="center"height="19" width="6%"><span class="STYLE5"><strong>性别</strong></span></td>
            <td align="center" height="19"width="10%"><span class="STYLE5"><strong> 民族</strong></span></td>
            <td align="center"height="19" width="10%"><span class="STYLE5"><strong>学历</strong></span></td>

            <td align="center"height="19" width="13%"><span class="STYLE5"><strong>政治面貌</strong></span></td>
            <td align="center"height="19" width="14%"><span class="STYLE5"><strong>联系电话</strong></span></td>
            <td align="center"height="19" width="8%"><span class="STYLE5"><strong>手机</strong></span></td>
            <td align="center"height="19" width="8%"><span class="STYLE5"><strong>审核</strong></span></td>
            <td align="center"height="19" width="5%" ><span class="STYLE5"><strong>操作</strong></span></td>
          </tr>
          
          
          
         <%

		
		rs.pagesize=25
				if request("page")<>"" then
				  epage=cint(request("page"))
				   if epage<1 then epage=1
				   if epage>rs.pagecount then epage=rs.pagecount
				else
				epage=1
				end if
				rs.absolutepage=epage 
		%>             <%
		for j=0 to rs.pagesize-1
		if rs.bof or rs.eof then exit for
		%>
     <tr>
            <td align="center" height="22" width="10%"><a href="bmxq.asp?strid=<%=rs("id")%>"><%=rs("xingming")%></a></td>
            <td align="center"height="0" width="6%"><%=rs("xingbie")%></td>
            <td align="center" height="0"width="10%"><%=rs("minzhu")%></td>
            <td align="center"height="0" width="10%"><%=rs("gaozhong")%></td>
            
            <td align="center"height="0" width="13%"><%=rs("mianmao")%></td>
            <td align="center"height="0" width="14%"><%=rs("dianhua")%></td>
            <td align="center"height="0" width="8%"><%=rs("shouji")%></td>
            <td align="center"height="0" width="8%"><%if(rs("shenhe")) =0 then%>
            <a href="shenhe.asp?strid=<%=rs("id")%>">
            未审</a>
            <%else%>
            <a href="shenhe.asp?strid=<%=rs("id")%>">
            <font color="#FF0000">已审</font></a>
            <%end if%>
          
            
            </td>

            <td align="center"height="0" width="5%"><a href="pgrsc.asp?strid=<%=rs("id")%>" ><span class="STYLE1">删除</span></a></td>
          </tr>
          <%
			rs.movenext
			next
			%>
        </table>
        
       
            </td>
      </tr>
      
      
     
<tr><td align="center">  <p>共<%=rs.pagecount%>页&nbsp;&nbsp; 当前:第<%=epage%>页 &nbsp;&nbsp; 
		  <%if epage<=1 then %> 
       首页 
       <%else%> 
       <a href="?page=1">首页</a> 
       <%end if%>&nbsp; 
       <%if epage<=1 then %> 
       上一页 
       <%else%> 
       <a href="?page=<%=epage-1%>">上一页</a> 
       <%end if%>&nbsp; 
       <%if epage<rs.pagecount then%> 
       <a href="?page=<%=epage+1%>">下一页</a>  
       <%else %> 
       下一页 
       <%end if%>&nbsp; 
	   <%if epage<rs.pagecount then %> 
      <a href="?page=<%=rs.pagecount%>">尾页</a> 
       <%else%> 
       尾页 
       <%end if%> 
</p></td></tr>
      
    </table>
     <%end if%>
    </td>
  </tr>
</table>
            
            
            
			</td>
		</tr>
</table>



	


<%End if
%>